From: Lars Ingebrigtsen Date: Sat, 15 Jun 2019 15:42:09 +0000 (+0200) Subject: Fix compilation warning in esh-cmd.el X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~19^2~2893 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b7b4dd99907be6b585e42da8618579644e68873d;p=emacs.git Fix compilation warning in esh-cmd.el * lisp/eshell/esh-cmd.el (pcomplete--here): Declare function to avoid byte compilation warning, which is what erc-notify.el also does in a similar situation. --- diff --git a/lisp/eshell/esh-cmd.el b/lisp/eshell/esh-cmd.el index 6e03bda22b7..83cc5999dc3 100644 --- a/lisp/eshell/esh-cmd.el +++ b/lisp/eshell/esh-cmd.el @@ -113,6 +113,8 @@ (require 'cl-lib) (require 'pcomplete)) +(declare-function pcomplete--here "pcomplete" + (&optional form stub paring form-only)) (defgroup eshell-cmd nil "Executing an Eshell command is as simple as typing it in and